N°8910 - Upgrade Symfony packages#810
Merged
bdalsass merged 1 commit intosupport/3.2from Feb 19, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Symfony packages (var-exporter, http-foundation, cache) and related dependencies to address a reported security vulnerability (Bug #8910). The updates move from Symfony 6.4.x versions to newer 6.4.x patch releases, which include security fixes and PHP 8.4 compatibility improvements.
Changes:
- Updated symfony/http-foundation from v6.4.14 to v6.4.29 (includes URI validation security fixes)
- Updated symfony/cache from v6.4.2 to v6.4.12 with strict version conflicts
- Updated symfony/var-exporter from v6.4.2 to v6.4.26 (adds PHP 8.4 property hooks support)
- Updated psr/container from 1.1.2 to 2.0.2 (added return type declaration)
- Updated psr/log from 3.0.0 to 3.0.2
- Removed symfony/polyfill-php80 (no longer needed with PHP 8.1+ requirement)
- Updated symfony/polyfill-php83 from v1.28.0 to v1.33.0
Reviewed changes
Copilot reviewed 125 out of 126 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| composer.lock | Updated all Symfony and PSR library versions |
| lib/composer/* | Updated autoload files to reflect dependency changes |
| lib/symfony/var-exporter/* | Internal Symfony code updates: nullable type hints, PHP 8.4 hooks, sprintf escaping |
| lib/symfony/http-foundation/* | Security fixes for URI validation, session handling improvements |
| lib/symfony/cache/* | Cache adapter improvements, Relay proxy updates |
| lib/symfony/polyfill-php83/* | Added str_increment/str_decrement functions, removed php80 dependency |
| lib/psr/container/* | Added return type declaration to has() method (BC change) |
| lib/psr/log/* | Documentation cleanup |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Molkobain
approved these changes
Feb 19, 2026
steffunky
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base information
If it's a bug